home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 13 / CD Expert nº 13.iso / simon2 / simon.bat < prev    next >
DOS Batch File  |  1995-06-29  |  238b  |  17 lines

  1. @echo off
  2.  
  3. if exist c:\simon2\simon2.bat goto installed
  4.  
  5. echo This is the first time that you have run this game.
  6. echo Setup will now be run.
  7. pause
  8.  
  9. rem One time only installation
  10. install
  11.  
  12. :installed
  13. c:\
  14. cd\simon2
  15. simon2
  16.  
  17.